home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilwb / lupe.lha / lupe.doc < prev    next >
Text File  |  1996-04-09  |  4KB  |  129 lines

  1.  
  2.             Lupe
  3.  
  4.             Version :   1.4
  5.             Date    :   7-Apr-96
  6.             Autho   :   Frank Toepper
  7.  
  8.  
  9. COPYRIGHT
  10.  
  11. This program is Public Domain, everybody can use it without any charges
  12. and you can copy it freely.
  13.  
  14.  
  15. INTRODUCTION
  16.  
  17. This program magnifies an area of the screen and displays it in a seperate
  18. window.
  19.  
  20.  
  21. USAGE
  22.  
  23. This program can be started from Workbench or CLI.
  24. It was tried to evaluate the following tooltypes:
  25.  
  26. CX_PRIORITY    : A number between -128 and 127 which set the priority of
  27.                   the commodity. With that the system decides in which
  28.                   succession the commodities gets the messages.
  29.                   The commodity with the highest priority gets the message
  30.                   first.
  31.                   Default is 0.
  32. FAST           : The window will often redrawn.
  33.                   Default is NO.
  34. SCALEFACTOR    : Default is 5.
  35. MAXSCALEFACTOR : The maximum scalefactor (between 5 and 30)
  36.                   Default is 15.
  37. COORDINATES    : In the bottom border the mouse coordinates will be
  38.                   displayed.
  39.                   Default is NO.
  40. CROSSHAIR      : A crosshair visualised the position of the mouse.
  41.                   Default is NO.
  42. FIXED          : When this flag is YES/ON the center of the magnified area
  43.                   was not described by the mouse coordinates but it's fixed
  44.                   until you clicked into the window.
  45.                   Now with the holded left mousebutton you can move the area.
  46.                   Default is NO.
  47. SETORIGINKEY   : A hotkey to set an imaginary origin.
  48.                   Default is 'lalt o'.
  49. RESETORIGINKEY : A hotkey to reset the imaginary origin to 0,0.
  50.                   Default is 'lalt r'.
  51. WINLEFT
  52. WINTOP
  53. WINWIDTH
  54. WINHEIGHT      : This values describes the position and dimension of the
  55.                   window.
  56.  
  57. By starting from CLI you can specify these arguments and overload the
  58. tooltypes.
  59.  
  60. "CX_PRIORITY=P/N/K,FAST=F/S/K,MAXSCALEFACTOR=M/N/K,SCALEFACTOR=S/N/K,
  61. WINLEFT=L/N/K,WINTOP=T/N/K,WINWIDTH=W/N/K,WINHEIGHT=H/N/K,
  62. COORDINATES=C/S/K,CROSSHAIR=R/S/K,SETORIGINKEY=O/K,RESETORIGINKEY=K/K,
  63. FIXED=D/S/K"
  64.  
  65. The values are the same as the tooltypes.
  66.  
  67. The scalefactor can be set with the proportional gadget nested in the right
  68. windowborder.
  69.  
  70. The menu:
  71.  
  72. Jump           : Jumps to the next screen.
  73. Jump To Screen : A submenu with the actually opened screens. The window was
  74.                   opened on the selected screen.
  75. Enable         : Here you can enable or disable the lens.
  76. Fixed          : Switches the Fixed-mode on/off.
  77.                   If it's on the center of the magnified area was not
  78.                   described by the mouse coordinates but it's fixed
  79.                   until you clicked into the window.
  80.                   Now with the holded left mousebutton you can move the area.
  81. Fast           : Switches to the Fast mode.
  82. Coordinates    : Shows the mouse coordinates in the bottom windowborder.
  83. Crosshair      : Switches the crosshair ON/OFF.
  84. About          : Shows program information.
  85. Quit           : Leaves the program.
  86.  
  87. The keys:
  88.  
  89. '+'      : Scalefactor + 1
  90. '-'      : Scalefactor - 1
  91. 'J'      : Jump to next screen.
  92. 'E'      : activates/deactivates the lens.
  93. 'F'      : Fast-mode on/off.
  94. 'C'      : Coordinates on/off.
  95. 'R'      : Crosshair on/off.
  96. 'O'      : set the imaginary origin to the actuall mouse coordinates.
  97. 'K'      : reset the imaginary origin to 0,0.
  98. 'D'      : Switches the Fixed-mode on/off.
  99. '?','A'  : Shows program information.
  100. 'Q',ESC  : Leaves the program.
  101. Additionally in Fixed-mode the area can be moved by the cursorkeys.
  102. Whereby the area will be moved by one 'page' with pressed shift-key, to
  103. the extremity with pressed alt-key or else 1 pixel.
  104.  
  105.  
  106. DISCLAIMER
  107.  
  108. Allright, here it is : you use Lupe at your own risk. I cannot be
  109. responsible to any damage happening when using it.
  110.  
  111.  
  112. AUTOR
  113.  
  114. Bugrepots or what ever you want to:
  115.  
  116.    Frank Toepper
  117.    Maxim Gorki Straße 5A
  118.    Greifswald
  119.    17491
  120.    Germany
  121.  
  122. or via e-Mail (prefered): toepper@rz.uni-greifswald.de
  123.  
  124.  
  125. CREDITS
  126.  
  127. Thanks go to Thomas Byrer for his ideas and to the betatester Ralph Wermke
  128. and Ronny Dudeck of Digital Innovations and Michael Knoke.
  129.